The following tables list the members exposed by Range<T>.
Name | Description | |
---|---|---|
Range<T> Constructor |
Name | Description | |
---|---|---|
Model | The model to use to store configuration data. |
Name | Description | |
---|---|---|
Brush | Overloaded. Sets the brush to use to fill the range. | |
EndValue | Sets the value at which the range ends along the scale. | |
InnerEndExtent | Sets the distance from the center of the gauge (from 0 to 1) at which to end rendering the inner sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge. | |
InnerStartExtent | Sets the distance from the center of the gauge (from 0 to 1) at which to start rendering the inner sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge. | |
Name | Sets the name of the range. | |
OuterEndExtent | Sets the distance from the center of the gauge (from 0 to 1) at which to end rendering the outer sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge. | |
OuterStartExtent | Sets the distance from the center of the gauge (from 0 to 1) at which to start rendering the outer sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge. | |
Outline | Overloaded. Sets the outline to use when rendering the range. | |
StartValue | Sets the value at which the range starts along the scale. | |
StrokeThickness | Sets the stroke thickness to use when rendering this range's outline. |
View on GitHub